home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Sound / MSE / docs / DPaintAssistant.doc < prev    next >
Encoding:
Text File  |  2001-04-02  |  1.0 KB  |  38 lines

  1. MSE DPaint Assistant (Tools/Dpaint.rexx)
  2. ----------------------------------------
  3.  
  4. This script is provided to assist in some of the layout work required in
  5. creating definitions.  At this stage it needs work, but it certainly
  6. saves time.
  7.  
  8. * Edit Dpaint.names to include gadgets required.  The folowing commands are
  9.   currently supported:
  10.  
  11.   slider <name>
  12.   -------------
  13.  
  14.         Draws a slider gadget using Dpaint.brush as the image (presently it
  15.     will require some modifications of DPaint.rexx to use a different
  16.     image).  Draws <name> centered above the gadget.
  17.  
  18.   labelbar <width> <name>
  19.   -----------------------
  20.  
  21.         Draws a Label Bar of <width> wide and with the text <name> centered
  22.         within the bar.
  23.  
  24.   grouptitle <width> <name>
  25.   -------------------------
  26.  
  27.         Draws a GroupTitle rectange of <width> wide and with the text <name>
  28.     centered within the bar.
  29.  
  30.   newrow
  31.   ------
  32.  
  33.     Moves to the next row (y) at x=0. (like a carriage return).
  34.  
  35. * Load the macro into DPaint using the menu command.
  36.  
  37. * Start macro and smile. :)
  38.